@charset "utf-8";
/* CSS Document */
@font-face {      font-family: 'DIN-Bold';      
src: url('DIN-Bold.eot'); /* IE9 Compat Modes */      
src: url('DIN-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */              
url('DIN-Bold.woff') format('woff'), /* Modern Browsers */              
url('DIN-Bold.otf')  format('truetype'), /* Safari, Android, iOS */              url('DIN-Bold.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */    } 

body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #5F5D5D;
	border-bottom:5px solid #d85e00;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 42px;
    padding-bottom: 0px;
	padding-left:26px;
	padding-right:26px;
    line-height: 60px;
}

.nav {
    padding-left: 150px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #d85e00;
	background:url(../images/xiahua.png) bottom center; background-repeat:no-repeat;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    font-size:16px;
    color: #2a2a2a;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	
.kq1 {-webkit-animation-delay: 0.2s;}
.kq2 {-webkit-animation-delay: 0.4s; -webkit-animation-duration: 0.4s;}
.kq3 {-webkit-animation-delay: 0.6s; -webkit-animation-duration: 0.6s;}
.kq4 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq5 {-webkit-animation-delay: 1s; -webkit-animation-duration: 1s;}
.kq6 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}


.kuanping {
   width:1330px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.dingbu {
   height:auto; overflow:hidden;
   line-height:38px;
   background-color:#f0f0f0;
   }
   
.dbkk {
   width:1300px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.dbkk-aa {
   width:60%;
   float:left;
   }
   
.dbkk-bb {
   width:35%;
   float:right;
   text-align:right;
   }
   
.dianhua {
   width:200px;
   float:left;
   line-height:38px;
   }
   
.search1 {
   margin-top:9px;
   }
   
.search1 form {
    display: flex;
	width:222px;
	float:right;
}

.search1 .search {
    border: 0;
    height: 21px;
    font-size: 14px;
    padding-left: 10px;
	background:#234c5a;
    width: 82%;
	color:#FFFFFF;
    border-radius: 10px 0 0 10px;
}   

.search1 .btn {
    height: 21px;
    margin: 0;
	padding:0px;
	line-height:21px;
    background: #234c5a;
    border-radius: 0 10px 10px 0;
    color: #dae1e3;
    text-align: center;
    width: 18%;
} 

.yuyan {
   height:auto; overflow:hidden;
   line-height:60px;
   padding-top:42px;
   text-align:right;
   }
   
.yuyanx {
   padding-top:0px;
   }
   
ul {
   margin:0px;
   padding:0px;
   }   


.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 83px;
    left: 0;
    width: 33%;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background:#FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
    background:#d77123;
}

.guanyu {
   height:auto; overflow:hidden;
   margin-top:90px;
   margin-bottom:80px;
   }
   
.guanyu-aa {
   width:47%;
   float:left;
   font-size:16px;
   line-height:31px;
   color:#323232;
   }
   
.chengse {
   color:#d77123;
   }
   
.guanyu-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   margin-top:0px;
   margin-bottom:3px;
   color:#d77123;
   }
   
.guanyu-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:70px;
   color:#323232;
   }
   
.yingwen {
   color:#f2f2f2;
   font-size:44px;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   }
   
.yingwen2 {
   color:#dadada;
   font-size:44px;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   }
   
.yingwen3 {
   color:rgba(240,240,240,.46);
   font-size:44px;
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   }
   
.abmore {
   width:169px;
   height:48px;
   margin-top:66px;
   }
   
.abmore a {
   display:block;
   width:169px;
   height:48px;
   line-height:48px;
   font-size:16px;
   text-align:center;
   color:#FFFFFF;
   background-color:#d77123;
   }
   
.abmore a:hover {
   background-color:#000000;
   }      
   
.guanyu-bb {
   width:50%;
   float:right;
   } 
   
.cpbj {
   height:auto; overflow:hidden;
   background-color:#f7f7f7;
   padding-top:85px;
   } 
   
.cplan {
   height:auto; overflow:hidden;
   margin-bottom:80px;
   }
   
.cplan-aa {
   width:75%;
   float:left;
   }
   
.cplan-aa h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:36px;
   color:#d77123;
   margin-top:0px;
   margin-bottom:3px;
   }
   
.cplan-aa h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#323232;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.cplan-aa h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:0px;
   }
   
   
.cplan-bb {
   width:25%;
   float:right;
   }
   
.cpmore {
   width:169px;
   height:47px;
   float:right;
   margin-top:30px;
   }
   
.cpmore a {
   display:block;
   height:47px;
   line-height:47px;
   text-align:center;
   background-color:#d77123;
   color:#FFFFFF;
   }
   
.cpmore a:hover {
   background-color:#000000;
   }
   
.cpkk {
   height:auto; overflow:hidden;
   }
   
.cpkk-aa {
   width:35.6%;
   float:left;
   }
   
.cpkk-bb {
   width:64.4%;
   float:right;
   }
   
.cpkk-kuai {
   height:auto; overflow:hidden;
   }
   
.cpkk-kuai-aa {
   width:57%;
   float:left;
   } 
   
.cpkk-kuai-bb {
   width:43%;
   float:right;
   } 
   
.cpkk-kuai-cc {
   width:44.6%;
   float:left;
   } 
   
.cpkk-kuai-dd {
   width:55.4%;
   float:right;
   } 
   
.cpkk-zi {
   position:relative;
   height:auto; overflow:hidden;
   padding-left:180px;
   color:#FFFFFF;
   margin-top:-145px;
   }
   
.cpwenzi {
   width:200px;
   height:auto; overflow:hidden;
   line-height:145px;
   font-size:30px;
   float:left;
   }
   

.kuan1 {
   width:180px;
    height: auto;
    overflow: hidden;
    line-height: 125px;
    font-size: 30px;
    float: left;
   }
   
.kuan2 {
   width:120px;
    height: auto;
    overflow: hidden;
    line-height: 125px;
    font-size: 30px;
    float: left;
   }
   
.cpmorek {
   width:169px;
   height:auto; overflow:hidden;
   float:left;
   margin-left:16px;
   margin-top:50px;
   }   
   
.cpmorek a {
   display:block;
   width:169px;
   height:48px;
   line-height:48px;
   padding-left:20px;
   font-size:16px;
   color:#FFFFFF;
   background:url(../images/jtw.png) right bottom; background-repeat:no-repeat;
   background-color:#d77123;
   }
   
.cpmorek a:hover {
   background:url(../images/jtw.png) right bottom; background-repeat:no-repeat;
   color:#FFFFFF;
   background-color:#d77123;
   }
   
.cpwenzi2 {
   width:188px;
   height:auto; overflow:hidden;
   line-height:125px;
   font-size:30px;
   float:left;
   }
   
.cpkk2-zi {
   position:relative;
   height:auto; overflow:hidden;
   padding-left:25px;
   color:#FFFFFF;
   margin-top:-125px;
   }
   
.cpmorek2 {
   width:169px;
   height:auto; overflow:hidden;
   float:left;
   margin-left:16px;
   margin-top:39px;
   }   
   
.cpmorek2 a {
   display:block;
   width:169px;
   height:48px;
   line-height:48px;
   padding-left:20px;
   font-size:16px;
   color:#FFFFFF;
   background:url(../images/jtw.png) right bottom; background-repeat:no-repeat;
   background-color:#d77123;
   }
   
.cpmorek2 a:hover {
   background:url(../images/jtw.png) right bottom; background-repeat:no-repeat;
   color:#FFFFFF;
   background-color:#d77123;
   }
   
   
.cpkk-aa img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpkk-aa:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk-aa section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 
   
   
.cpkk-kuai-aa img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpkk-kuai-aa:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk-kuai-aa section {
   overflow: hidden;
   }   
   
.cpkk-kuai-bb img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpkk-kuai-bb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk-kuai-bb section {
   overflow: hidden;
   }  
   
.cpkk-kuai-cc img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpkk-kuai-cc:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk-kuai-cc section {
   overflow: hidden;
   }  
   
.cpkk-kuai-dd img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cpkk-kuai-dd:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cpkk-kuai-dd section {
   overflow: hidden;
   } 
   
.case {
   height:auto; overflow:hidden;
   margin-top:70px;
   margin-bottom:60px;
   }
   
.casenn {
   height:auto; overflow:hidden;
   margin-top:75px;
   }
   
.casetu {
   height:auto; overflow:hidden;
   }
   
.case-zi {
   height:auto; overflow:hidden;
   line-height:55px;
   padding-left:20px;
   font-size:16px;
   color:#707070;
   background:url(../images/jty.png) right top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.casetu:hover .case-zi {
   color:#d77123;
   background:url(../images/jty.png) right bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.casetu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.casetu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.casetu section {
   overflow: hidden;
   }
   
   
.xwbj {
      background: url(../images/xwbj.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
	padding-top:76px;
	padding-bottom:82px;
    color:#FFFFFF;
	line-height:43px;
	}	 
	
.xwnn {
   height:auto; overflow:hidden;
   margin-top:90px;
   }   
   
.xwtu {
   height:auto; overflow:hidden;
   }
   
.xwtu img {
   width:100%;
   }
   
.xwtu-zi {
   height:auto; overflow:hidden;
   margin-top:25px;
   font-size:16px;
   line-height:27px;
   color:#FFFFFF;
   }
   
.xwtime {
   font-family: 'DIN-Bold', Helvetica, Arial, sans-serif;
   }
   
.xwtu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.xwtu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.xwtu section {
   overflow: hidden;
   }
   
.join {
   width:868px;
   height:auto; overflow:hidden;
   margin:70px auto 66px;
   }
   
.join h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   text-align:center;
   margin-top:0px;
   margin-bottom:5px;
   color:#707070;
   }
   
.join h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   text-align:center;
   margin-top:0px;
   margin-bottom:36px;
   color:#707070;
   }
   
.joinkk {
   height:auto; overflow:hidden;
   }
   
.joinkk-aa {
   width:56%;
   float:left;
   }  
   
.joinkk-bb {
   width:19.5%;
   margin-left:2.5%;
   float:left;
   } 
   
.jrmore {
   width:19.5%;
   float:right;
   }
   
.jrmore a {
   display:block;
   height:49px;
   line-height:49px;
   font-size:16px;
   color:#FFFFFF;
   text-align:center;
   background-color:#d77123;
   }  
   
.jrmore a:hover {
   background-color:#000000;
   } 
   
.bottom {
   height:auto; overflow:hidden;
   background:url(../images/bmbj.jpg) top center;
   color:#cdcdcd;
   padding-top:40px;
   font-size:16px;
   line-height:31px;
   } 
   
.bottom a {
   color:#cdcdcd;
   } 
   
.bottom a:hover {
   color:#FFFFFF;
   } 
   
.bmdh {
   height:auto; overflow:hidden;
   line-height:30px;
   font-size:16px;
   margin-bottom:30px;
   }  
   
.bmdh li {
   list-style-type:none;
   width:11.1%;
   float:left;
   }   
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:20px;
   margin-top:20px;
   margin-bottom:30px;
   color:#cdcdcd;
   } 
   
.fenge {
   height:215px;
   background:url(../images/fenge.png) bottom right; background-repeat:no-repeat;
   }
   
.cplm {
   height:auto; overflow:hidden;
   }
   
.cplm li {
   list-style-type:none;
   width:50%;
   float:left;
   font-size:16px;
   color:#cdcdcd;
   }
   
.alkong {
   padding-left:80px;
   }
   
.weixin {
   width:90px;
   float:right;
   }
   
.wxk {
   margin-bottom:5px;
   }
   
.wxk p {
   text-align:center;
   font-size:14px;
   color:#cdcdcd;
   }
   
.footer {
   margin-top:25px;
   height:auto; overflow:hidden;
   line-height:65px;
   font-size:14px;
   border-top:1px solid rgba(255,255,255,.18);
   }
   
.juyou {
   text-align:right;
   }
   
.logox {
   width:45px;
   }
   
.dhh > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}


/* 关于我们 */
.nabout {
    padding-top: 30px;
	padding-bottom:30px;
}

ul, ol {
    list-style: none;
}

.cplanw {
    background:#d77123 url(../images/yqjt2.png) no-repeat 90%;
        background-size: auto;
    background-size: 10% auto;
    line-height: 65px;
    font-size: 22px;
    padding-left: 30px;
	color:#FFFFFF;
	font-weight:bold;
}

.zcd {
   height:auto; overflow:hidden;
   }

.zcd li {
    list-style-type:none;
    line-height: 50px;
}

.zcd li a {
    display:block;
    background:#f4f4f4 url(../images/jtk.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    padding-left: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zcd li a:hover {
   background:#37383a url(../images/jtk2.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
   color:#FFFFFF;
   }
   
.zcd li.hover a {
   background:#37383a url(../images/jtk2.png) no-repeat 90%;
    background-size: auto;
    background-size: 5% auto;
    line-height: 50px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
   color:#FFFFFF;
   }
   
.lxwm {
    background:#42494c url(../images/yqjt2.png) no-repeat 90%;
    background-size: auto;
    background-size: 10% auto;
    line-height: 65px;
    font-size: 26px;
    padding-left: 30px;
    margin-top: 30px;
	color:#FFFFFF;
	font-weight:bold;
}

.lxwm1 {
    padding: 30px;
    border: 1px solid#dadada;
    font-family: "微软雅黑";
    text-align: center;
}

.lxwm1 span:nth-child(1) {
    font-size: 12px;
}

.lxwm1 span:nth-child(3) {
    font-size: 27.6px;
    color:#d77123;
    font-family: Arial;
    font-style: italic;
}

.lxwm2 {
    padding: 30px;
    border: 1px solid #dadada;
    border-top-color: rgb(218, 218, 218);
    border-top-style: solid;
    border-top-width: 1px;
    font-family: "微软雅黑";
    text-align: center;
    border-top: none;
}

.lxwm2 span {
    line-height: 30px;
    font-size: 12px;
}

.liuyan {
   width:90px;
   margin:5px auto 0px;
   } 
   
.liuyan a {
   display:block;
   width:90px;
   height:30px;
   line-height:30px;
   text-align:center;
   background: #d77123;
   color:#FFFFFF;
   border-radius: 5px;
   }
   
.liuyan a:hover {
   background-color:#000000;
   }
   
   
.pnr {
    border: 1px solid #dadada;
	height:auto; overflow:hidden;
}

.title {
    background:#f0f0f0;
	height:auto; overflow:hidden;
	line-height: 70px;
    border-bottom: 1px solid #dadada;
    padding: 0px 15px;
}

.title-left {
   width:50%;
   color:#d77123;
   font-size: 18px;
   font-weight: bold;
   float:left;
   }
   
.title-right {
   width:50%;
   color: #848484;
   float:right;
   text-align:right;
   }
   
.pnr-nei {
   padding:30px;
   height:auto; overflow:hidden;
}  



/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #d77123;
	border:1px solid #d77123;
}

.xianshi {
    color: #fff;
    background: #d77123;
	border:1px solid #d77123;
}

.page-m a.active {
    color: #fff;
    background: #d77123;
	border:1px solid #d77123;
}

/* 产品中心 */

.cpkk-right-lan {
    height:auto; overflow:hidden;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    color: #898989;
}

.cpkkr-nei {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.cpkkr-zuo {
    font-size: 16px;
}

.cpkkr-you {
    text-align: right;
    font-size: 14px;
}

.cptux {
   border:6px solid #efefef;
   background-color:#efefef;
   height:auto; overflow:hidden;
   margin-bottom:30px;
   }
   
.cptux:hover {
   border:6px solid #d77123;
   background-color:#d77123;
   box-shadow:0px 0px 15px rgba(0,0,0,.5);
   transition: all 500ms ease-in 0ms;
   }
.cptux a {
   color:#333333;
   }
   
.cptux a:hover {
   color:#ffffff;
   }
   
.cptux p {
   margin-top:15px;
   margin-bottom:7px;
    height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   text-align:center;
   }    
   
.cpyymore {
    width: 165px;
    height: 35px;
    margin: 15px auto 0px;
}

.cpyymore a {
    display: block;
    width: 165px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #d77123;
    border-radius: 20px;
} 

/* 产品详情 */
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{
	float:left;
	width:91px;
	margin:0px 10px 0 0;
	border:1px #ddd solid;
	display:block;
	height:auto; overflow:hidden;
	overflow:hidden;
}
.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:45%;
	float:left;
}
.pro-img .colmd7{
	width:50%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:15px 0px 10px;
	border-bottom:1px #dddddd solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
	margin:10px 0 10px 0;
	padding:0;
	display:block;
	color:rgba(62,70,77,.8);
	font-size:16px;
	line-height:30px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}


.huiyy {
   background-color:#f7f7f7;
   }
   
.neidh {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#d77123;
   }
   
.neidh-tt {
   width:1300px;
   height:45px;
   line-height:45px;
   margin:0 auto;
   }
   
.neidh-tt li {
   width:130px;
   list-style-type:none;
   float:left;
   }
   
.neidh-tt li a {
   display:block;
   width:130px;
   height:45px;
   line-height:45px;
   text-align:center;
   color:#FFFFFF;
   }
   
.neidh-tt li a:hover {
   background-color:#FFFFFF;
   border-top:2px solid #d77123;
   color:#333333;
}

.neidh-tt li.hover a {
   background-color:#FFFFFF;
   border-top:2px solid #d77123;
   color:#333333;
}

.dangqian {
   width:100%;
   height:60px;
   background-color:#FFFFFF;
   border-bottom:1px solid #e8e9e9;
   }
   
.dqt {
   line-height:60px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin:0 auto;
   }
   
.dqt-bb {
   color:#000000;
   }
   
.neibu {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   height:auto; overflow:hidden;
   background-color:#ffffff;
   border:1px solid #d7d7d7;
   padding:30px;
   margin:30px auto 40px;
   }

/* 新闻中心 */

.newhh {
   margin-bottom:15px;
   height:auto; overflow:hidden;
   padding-top:10px; padding-bottom:10px;
   border:1px solid #f2f3f3;
   font-size:12px;
   background-color:#FFFFFF;
   }
   
.newhh:hover {
   border:1px solid #d77123;
   background-color:#d77123;
   transition: all 300ms ease-in 0ms;
   }
   
.newhh a:hover {
   color:#FFFFFF;
   }
   
.timex {
   margin-top:23px;
   }
   
   
.newhh h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:20px;
   margin-bottom:12px;
   }
   
.ab-nei h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:35px;
   text-align:center;
   margin-top:20px;
   margin-bottom:15px;
   color:#595757;
   }
   
.ab-nei h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   text-align:center;
   margin-top:0px;
   margin-bottom:75px;
   color:#9b9a9a;
   }  
   
.xwtp {
   margin-top:30px;
   margin-bottom:30px;
   } 
   
.xwda {
   font-size:18px;
   } 
   
   
.xwdd {
   background: #d7dbde;
   padding: 50px 0px;
   }
   
   
/* 新闻内 */
.inewsct {

}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}   


/* 招聘 */

.zplieb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.zplieb span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplieb span:nth-of-type(1){
	width:10%;
}
.zplieb span:nth-of-type(2){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:45%;
}
.zplieb span:nth-of-type(3){
	width:15%;
}
.zplieb span:nth-of-type(4){
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	width:15%;
}
.zplieb span:nth-of-type(5){
	width:15%;
}
.zplieb span:nth-of-type(2):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(2):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):after{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}
.zplieb span:nth-of-type(4):before{
	content:"";
	display:block;
	width:1px;
	height:12px;
	background:rgba(0,0,0,.4);
	margin:9px 0px;
}

.zplb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
	cursor:pointer;
}
.bse{
	background:#fff;
}
.jobct-ct section:hover .zplb{
	background:#fff;
}
.zplb span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	padding:15px 0px;
	overflow:hidden;
}
.zplb span font:after{
	content:"+";
	font-size:2.4rem;
	color:#7eb112;
}
.bse span font:after{



	content:"-";
	font-size:2.4rem;
	color:#7eb112;
}
.zplb span:nth-of-type(1){
	width:10%;
}
.zplb span:nth-of-type(2){
	width:45%;
}
.zplb span:nth-of-type(3){
	width:15%;
}
.zplb span:nth-of-type(4){
	width:15%;
}
.zplb span:nth-of-type(5){
	width:15%;
}
.zkzpxq{
	display:none;
	background:#f9f9f9;
	padding-bottom:30px;
}
.zpxq{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	background:#f9f9f9;
}
.zpxq .yaoqiu{
	width:45%;
	margin-right:2%;
}
.zpxq .zhize{
	width:45%;
}
.zpxq>div{
	padding:20px 0px;
	color:rgba(0,0,0,.7);
}
.zpxq>div>big{
	display:block;
	font-weight:bold;
	font-size:1.6rem;
	line-height:30px;
	padding-bottom:5px;
}
.zpxq>div>span{
	display:block;
	line-height:24px;
	font-size:1.4rem;
}
.zkzpxq>a{
	background:#7eb112;
	color:#fff;
	line-height:38px;
	width:120px;
	text-align:center;
	font-size:1.4rem;
	margin:0px 0px 0px 4%;
	display:block;
}
.zkzpxq>a:hover{
	color:#fff;
} 


/* 联系我们 */
.lxkk {
    height: auto;
    overflow: hidden;
	padding-top:50px;
	padding-bottom:50px;
}  

.ditux {
    border: 5px solid #FFFFFF;
    height: auto; overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.lxhh {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
	font-family: 'MaisonNeue-Medium', Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #f0f0f0;
}

.lxhh-aa {
    width: 10%;
    float: left;
}

.lxhh-bb {
    width: 89%;
    float: right;
    color: #666666;
    font-size: 16px;
}

.lxhh-bb h4 {
    font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lxhh-bb h5 {
    font-family: 'DIN Medium', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #333333;
	font-weight:bold;
}

.lghh {
   padding-top:25px;
   padding-bottom:15px;
   background-color:rgba(0,0,0,0);
   }
   
.liuyank {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 45px;
    background-color: #f1f1f1;
}

.liuyank h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 83px;
}

.biao {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 14px;
    color: #666666;
}

.kk {
    height: 60px;
    border: 1px solid #d2d2d2;
}

.kk2 {
    border: 1px solid #d2d2d2;
}

.anniu {
    width: 208px;
    height: 54px;
    background-color: #ddaa6e;
    padding: 0px;
}

/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.icase ul {
   padding:0px;
   margin:0px;
   }
   
.icase ul li {
   list-style-type:none;
   }
   
.pnr-nei h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}


.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiao-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiao-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #1b2d52;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
} 

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 9;
}   

.BMap_bubble_title {
   font-size:18px;
   color:#FF0000;
   } 
  
   
@media (min-width: 1600px) and (max-width: 1800px) {

.cpkk-zi {
   position:relative;
   height:auto; overflow:hidden;
   padding-left:160px;
   color:#FFFFFF;
   margin-top:-100px;
   }

.cpwenzi {
   width:180px;
   height:auto; overflow:hidden;
   line-height:100px;
   font-size:30px;
   float:left;
   }
   
.cpkk-zi {
   position:relative;
   height:auto; overflow:hidden;
   padding-left:110px;
   color:#FFFFFF;
   }
   
.cpmorek {
    margin-top: 30px;
}
   

}   
   
   
@media (min-width: 1440px) and (max-width: 1600px) {

.cpkk-zi {
   position:relative;
   height:auto; overflow:hidden;
   padding-left:130px;
   color:#FFFFFF;
   margin-top:-100px;
   }
   
.cpwenzi {
   width:180px;
   height:auto; overflow:hidden;
   line-height:100px;
   font-size:25px;
   float:left;
   }
   
.cpmorek {
   margin-top:30px;
   } 
   
.cpwenzi2 {
   width:150px;
   height:auto; overflow:hidden;
   line-height:125px;
   font-size:25px;
   float:left;
   }
   
.kuan1 {
   width:150px;
    height: auto;
    overflow: hidden;
    line-height: 125px;
    font-size: 25px;
    float: left;
}

.kuan2 {
    height: auto;
    overflow: hidden;
    line-height: 125px;
    font-size: 25px;
    float: left;
}


}   
    
   
@media (min-width: 1200px) and (max-width: 1440px) {

  .container {
    width: 100%;
  }
  
  .kuanping {
   width:100%;
   }
   
.cpkk-zi {
   position:relative;
   height:auto; overflow:hidden;
   padding-left:100px;
   color:#FFFFFF;
   margin-top:-100px;
   }
   
.cpwenzi {
   width:168px;
   height:auto; overflow:hidden;
   line-height:100px;
   font-size:25px;
   float:left;
   }
   
.cpwenzi2 {
   width:160px;
   height:auto; overflow:hidden;
   line-height:125px;
   font-size:25px;
   float:left;
   }
   
.kuan1 {
   width:150px;
    height: auto;
    overflow: hidden;
    line-height: 125px;
    font-size: 25px;
    float: left;
}

.kuan2 {
    height: auto;
    overflow: hidden;
    line-height: 125px;
    font-size: 25px;
    float: left;
}
   
.cpmorek {
   margin-top:30px;
   } 
   
.neidh-tt {
   width:100%;
   }
   

}


@media (min-width: 0px) and (max-width: 768px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.neidh-tt {
   width:100%;
   }
   

}


